home *** CD-ROM | disk | FTP | other *** search
/ Pascal Super Library / Pascal Super Library (CW International)(1997).bin / DELPHI32 / COMPNENT / ISAMEXPT / ISAMEXPT.ZIP / README.TXT < prev    next >
Text File  |  1996-04-05  |  4KB  |  83 lines

  1. ISAMTABLE, ISAMNAV, ISAMBROW and ISAMEXPT 1.52
  2. {Copyright 1995-96 by Norbert Stellberg GmbH}
  3.  
  4. THE CODE CREATED BY ISAMEXPT IS USING FILER VERSION 5.52 !
  5. Older versions of the FILER can be updated from TURBO POWER FORUM
  6. in COMPUSERVE. (GO PCVENB)
  7.  
  8. Description:
  9.   ISAMTABLE is a Delphi-Component, that can handle tables of
  10.             TURBO POWER FILER just like normal IDAPI-Table-Objects.
  11.             You don't need any IDAPI- or ODBC-drivers. Only if you
  12.             want to export FILER-data to DBASE, you must include
  13.             the IDAPI-DLLs.
  14.   ISAMNAV   is a Delphi-Component that can handle ISAMTABLE-Objects
  15.             like the DBNAVIGATOR-Component does with IDAPI-Tables.
  16.             You can skip forward and back, step to top of table
  17.             or to its end, just like DBNAVIGATOR does with IDAPI-
  18.             tables.
  19.   ISAMBROW  is a Delphi-Component, that can browse ISAMTABLE-Data
  20.             like DBGRID does with IDAPI-Tables. It reads the data-fields
  21.             automatically from the ISAMTABLE. A Setup-Dialog for the
  22.             browser can change the browser-settings, such as fieldlength,
  23.             field-order. You can also change fieldlengths (during runtime)
  24.             by DRAG and DROP, like you know from DBGRIDs.
  25.   ISAMEXPT  (********** is the jewel of this software-package *************)
  26.             It is an Delphi-Expert, that can automatically create a browser
  27.             an an editor from each ISAMTABLE. You only must tell him the
  28.             structure of the record, an Index-Descriptor an the file- and
  29.             form-names.
  30.  
  31. These units  d o   n o t   replace the BDE-Units. They only make it easier
  32.             to handle FILER-Tables, because the handling can now be
  33.             compared with the handling of BDE-Tables. The ISAM*.DCU-Units
  34.         can only handle tables of the FILER (TURBO POWER) and can
  35.             transfer those tables do DBase-Format. For this transfer you
  36.             already need the normal BDE-IDAPI-Units.
  37.  
  38. NOT INCLUDED: the units of the FILER (Copyright TURBO POWER INC) are
  39.             not included. You need these units, otherwise the programs,
  40.             created by this expert, won't work. Please refer to
  41.               TurboPower Software
  42.               P.O. Box 49009
  43.               Colorado Springs, CO 80949-9009
  44.  
  45.  
  46. INSTALLATION
  47.   1. Users of former versions of the ISAMEXPT please
  48.      a. REMOVE all old versions of TOOLDLL.DLL, dont forget
  49.         the copy of TOOLDLL.DLL in your WINDOWS-path !
  50.      b. REMOVE the old versions of ISAMEXPT, ISAMBROW, ISAMTABLE
  51.         and ISAMNAV out of your COMPLIB
  52.   2. Please copy the files of this package into the desired path, for
  53.      example C:\DELPHI\ISAMEXPT
  54.   3. Copy TOOLDLL.DLL to your Windows-Path (C:\WINDOWS)
  55.   4. Start Delphi, choose the menue-option OPTIONS /INSTALL NEW COMPONENTS
  56.      to add EDIT_REG and ISAM_REG into the COMPLIB.DCL of Delphi
  57.      (ISAM_REG will install ISAMTABLE, ISAMNAV and ISAMBROW as new
  58.      Delphi-Components, ISAMEXPT as the expert, EDIT_REG will install
  59.      TNUMEDIT, TSTREDIT and TDATEEDIT as new Delphi-Components.}
  60.   5. to see, what kind of program ISAMEXPT can create, please start
  61.      SAMPLE.EXE. To test the EXPERT itself: Create a new project and
  62.      then a new form. From the form-gallery you must choose the ISAMEXPT.
  63.  
  64. PRICE: 25 US-Dollars for registering, source-code
  65.        not included. For source-code please contact
  66.        N.STELLBERG (adresses below).
  67.  
  68. REGISTRATION
  69.   - Compuserve: NORBERT STELLBERG, 100024,3227
  70.   - Internet  : NORBERT STELLBERG, 100024.3227@COMPUSERVE.COM
  71.   - Post      : Norbert Stellberg, Blindenaaf 36, 51491 Overath, Germany
  72.   - Telephone : 0049 2206 6644
  73.   - Fax       : 0049 2206 80805
  74.  
  75. TUTILITY.DLL: You must download this DLL from BORLAND DELPHI Forum,
  76.               because the copyright of this DLL is not mine.
  77.  
  78. NO WARRANTY: You use this software-package on your own risk.
  79.   If you have problems, I would be happy to receive a mail
  80.   of you. I will try to help you as fast as I can.
  81.  
  82. Enjoy it.
  83.